/*20201212活动浮窗*/
#act_float_20201212 {
    width: 261px;
    height: 226px;
    background: url("../image/index-bg.png") no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    left: 25px;
    z-index: 999;
}
#act_float_20201212 .close {
    width: 26px;
    height: 26px;
    background: url("../image/index-close.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 45px;
    top: 25px;
    z-index: 1000;
    cursor: pointer;
}
#act_float_20201212 a {
    display: block;
    width: 100%;
    height: 100%;
}
#act_float_20201111 {
    width: 182px;
    height: 116px;
    background: url("../image/img_fc.png") no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 60%;
    left: 18px;
    z-index: 999;
}
#act_float_20201111 .close {
    width: 22px;
    height: 22px;
    background: url("../image/img_fch.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1000;
    cursor: pointer;
}
#act_float_20211111 {
    width: 182px;
    height: 116px;
    background: url("../image/img_fc_20211111.png") no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 60%;
    left: 25px;
    z-index: 999;
}
#act_float_20211111 .close {
    width: 22px;
    height: 22px;
    background: url("../image/img_fch.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1000;
    cursor: pointer;
}
#act_float_20211111 .content,
#act_float_20211111 .activity-link{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
    cursor: pointer;
}

/*2022放假弹窗*/

#newUp {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999998;
    background-color: black;
    opacity: 0.5;
    filter: alpha(opacity=10);
    display: none;
}

.hc_festival {
    box-sizing: border-box;
    width: 763px;
    height: 540px;
    background: url("../image/img_hd1.png") no-repeat;
    box-shadow: 0 2px 10px 0 rgba(38, 51, 77, 0.2);
    border-radius: 8px;
    margin-top: -270px;
    margin-left: -382px;
    padding: 230px 125px 0 125px;
    position: fixed;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    z-index: 999999;
    display: none;
}

.hc_festival h2 {
    height: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF0DC;
    line-height: 16px;
}

.festival_p1 {
    height: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #FFF0DC;
    line-height: 14px;
    margin-top: 8px;
}

.festival_p2 {
    font-size: 12px;
    font-weight: 400;
    color: #FFF0DC;
    line-height: 16px;
    margin-top: 8px;
}

.festival_p3 {
    font-size: 12px;
    font-weight: 400;
    color: #FFF0DC;
    line-height: 16px;
    margin-top: 8px;
}

.festival_p3 i {
    font-weight: bold;
    color: #FFFF00;
}

.festival_p4 {
    font-size: 12px;
    font-weight: 400;
    color: #FFF0DC;
    line-height: 16px;
    margin-top: 8px;
}

.festival_p5 {
    height: 14px;
    font-size: 12px;
    font-weight: 900;
    color: #FFF0DC;
    line-height: 14px;
    text-align: right;
    margin-top: 12px;
}

.festival_p6 {
    text-align: right;
    height: 14px;
    font-size: 12px;
    font-weight: 900;
    color: #FFF0DC;
    line-height: 14px;
    margin-top: 4px;
}

.clear_gb {
    position: absolute;
    top: 20px;
    right: -30px;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: url("../image/img_hd2.png") no-repeat;
    cursor: pointer;
}





















